home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q104 / 9 / 02.TXT next >
Text File  |  1993-10-07  |  4KB  |  77 lines

  1. DOCUMENT:Q104902  06-OCT-1993  [W_NT]
  2. TITLE   :Print Processors and Data Types
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. -------------------------------------------------------------------
  14.  
  15. SUMMARY
  16. =======
  17.  
  18. Windows NT and Windows NT Advanced Server both use print processors as
  19. part of the overall printing procedure. The main function of a print
  20. processor is to interpret what type of data is being passed from the
  21. spooler to the graphics engine. Windows NT includes WINPRINT.DLL as
  22. its only one print processor, which can interpret journal and raw data
  23. types.
  24.  
  25. MORE INFORMATION
  26. ================
  27.  
  28. Journal files are collections of Device Driver Interface (DDI) calls,
  29. which are precise commands specific to a particular hardware device. 
  30. For example, a journal file created for a 150 dot-per-inch (dpi)
  31. LaserJet printer would not print properly on a 300 dpi LaserJet
  32. printer. Journal files can also contain TrueType font outline
  33. information, thus the destination printer need not have a particular
  34. font installed to render the print job. Journal files are processed,
  35. passed back to the spooler for routing to the graphics engine
  36. (GDI32.DLL), and then passed to the printer driver and finally sent to
  37. the output device.
  38.  
  39. Raw files need no processing from the print processor; they are handed
  40. to the spooler for routing to the graphics engine. An example of a raw
  41. data type is an encapsulated PostScript (.EPS) file because it needs
  42. no print processor interpretation or conversion.
  43.  
  44. Windows NT Advanced Server adds another print processor to the system:
  45. SFMPSPRT.DLL. This print processor interprets PostScript information
  46. passed from a Macintosh client and translates it to specific DDI
  47. commands that the Windows NT printer drivers can interpret. 
  48. SFMPSPRT.DLL supports the PSCRIPT1 data type, which allows Macintosh
  49. clients to print PostScript files to raster printers.
  50.  
  51. Though its main job is to interpret compatible data types, the print
  52. processor also provides access to the printing process. You can modify
  53. the printing process by substituting a custom program in place of the
  54. Windows NT default print processor. A print processor could be used to
  55. filter data, to create a special dialog with the printer device, or to
  56. interpret a new data type. For example, you might have a print
  57. processor that filters ASCII for use on a PostScript printer.
  58.  
  59. Additional reference words: 3.10
  60. KBCategory:
  61. KBSubCategory: prt
  62.  
  63. =============================================================================
  64.  
  65. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  66. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  67. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  68. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  69. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  70. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  71. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  72. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  73. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  74. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  75. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  76.  
  77. Copyright Microsoft Corporation 1993.